from keras.models import load_model

model_dogs_cats = load_model('cats_dogs.h5')
model_dogs_cats.summary()
